<!DOCTYPE html>
<html class="client-nojs vector-feature-night-mode-disabled vector-feature-language-in-header-enabled vector-feature-language-in-main-page-header-disabled vector-feature-page-tools-pinned-disabled vector-feature-toc-pinned-clientpref-1 vector-feature-main-menu-pinned-disabled vector-feature-limited-width-clientpref-1 vector-feature-limited-width-content-enabled vector-feature-custom-font-size-clientpref-1 vector-feature-appearance-pinned-clientpref-1 vector-sticky-header-enabled" lang="en" dir="ltr"><head>
<meta charset="UTF-8">
<title>Application permissions</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="canonical" href="https://en.wikipedia.org/wiki/Application_permissions"> <link href="./mw/ext.cite.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.icons.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.search.codex.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/user.styles.css" rel="stylesheet" type="text/css">
<meta name="ResourceLoaderDynamicStyles" content="">
<link rel="stylesheet" type="text/css" href="./mw/site.styles.css">
<link rel="stylesheet" type="text/css" href="./mw/noscript.css">
<link rel="stylesheet" type="text/css" href="./footer.css">
<link rel="stylesheet" type="text/css" href="./vector-2022.css">
</head>
<body class="skin--responsive skin-vector skin-vector-search-vue mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject page-Application_permissions rootpage-Application_permissions skin-vector-2022 action-view">
<div class="mw-page-container">
<div class="mw-page-container-inner">
<div class="mw-content-container">
<main id="content" class="mw-body">
<header class="mw-body-header vector-page-titlebar">
<h1 id="firstHeading" class="firstHeading mw-first-heading">
<span id="openzim-page-title" class="mw-page-title-main"><span class="mw-page-title-main">Application permissions</span></span>
</h1>
</header>
<a id="top"></a>
<div id="bodyContent" class="vector-body ve-init-mw-desktopArticleTarget-targetContainer" aria-labelledby="firstHeading" data-mw-ve-target-container="">
<div id="mw-content-text" class="mw-body-content mw-content-ltr" lang="en" dir="ltr"><div class="mw-content-ltr mw-parser-output" lang="en" dir="ltr">
<p><b>Permissions</b> are a means of controlling and regulating access to specific system- and device-level functions by software. Typically, types of permissions cover functions that may have privacy implications, such as the ability to access a device's hardware features (including the camera and microphone), and personal data (such as storage devices, contacts lists, and the user's present geographical location). Permissions are typically declared in an application's manifest, and certain permissions must be specifically granted at runtime by the user—who may revoke the permission at any time.
</p><p>Permission systems are common on mobile operating systems, where permissions needed by specific apps must be disclosed via the platform's app store.
</p>
<meta property="mw:PageProp/toc">
<div class="mw-heading mw-heading2"><h2 id="Mobile_devices">Mobile devices</h2></div>
<p>On mobile operating systems for <a href="Smartphone" title="Smartphone">smartphones</a> and <a href="Tablet_computer" title="Tablet computer">tablets</a>, typical types of permissions regulate:<sup id="cite_ref-1" class="reference"><a href="#cite_note-1"><span class="cite-bracket">[</span>1<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-2" class="reference"><a href="#cite_note-2"><span class="cite-bracket">[</span>2<span class="cite-bracket">]</span></a></sup>
</p>
<ul><li>Access to <a href="Data_storage" title="Data storage">storage</a> and personal information, such as <a href="Contact_list" title="Contact list">contacts</a>, calendar appointments, etc.</li>
<li><a href="Geolocation" class="mw-redirect" title="Geolocation">Location tracking</a>.</li>
<li>Access to the device's internal <a href="Digital_camera" title="Digital camera">camera</a> and/or <a href="Microphone" title="Microphone">microphone</a>.</li>
<li>Access to <a href="Biometric_device" title="Biometric device">biometric</a> sensors, including <a href="Fingerprint_reader" class="mw-redirect" title="Fingerprint reader">fingerprint readers</a> and other health sensors..</li>
<li><a href="Internet" title="Internet">Internet</a> access.</li>
<li>Access to communications interfaces (including their hardware identifiers and signal strength where applicable, and requests to enable them), such as <a href="Bluetooth" title="Bluetooth">Bluetooth</a>, <a href="Wi-Fi" title="Wi-Fi">Wi-Fi</a>, <a href="Near-field_communication" title="Near-field communication">NFC</a>, and others.</li>
<li>Making and receiving <a href="Phone_call" class="mw-redirect" title="Phone call">phone calls</a>.</li>
<li>Sending and reading <a href="SMS" title="SMS">text messages</a></li>
<li>The ability to perform <a href="In-app_purchase" class="mw-redirect" title="In-app purchase">in-app purchases</a>.</li>
<li>The ability to "overlay" themselves within other apps.</li>
<li>Installing, deleting and otherwise managing applications.</li>
<li>Authentication tokens (e.g., <a href="OAuth" title="OAuth">OAuth</a> tokens) from web services stored in system storage for sharing between apps.</li></ul>
<p>Prior to <a href="Android_Marshmallow" title="Android Marshmallow">Android 6.0 "Marshmallow"</a>, permissions were automatically granted to apps at runtime, and they were presented upon installation in <a href="Google_Play_Store" class="mw-redirect" title="Google Play Store">Google Play Store</a>. Since Marshmallow, certain permissions now require the app to request permission at runtime by the user. These permissions may also be revoked at any time via Android's settings menu.<sup id="cite_ref-3" class="reference"><a href="#cite_note-3"><span class="cite-bracket">[</span>3<span class="cite-bracket">]</span></a></sup> Usage of permissions on Android are sometimes abused by app developers to gather <a href="Personal_data" title="Personal data">personal information</a> and deliver advertising; in particular, apps for using a phone's camera flash as a <a href="Flashlight" title="Flashlight">flashlight</a> (which have grown largely redundant due to the integration of such functionality at the system level on later versions of Android) have been known to require a large array of unnecessary permissions beyond what is actually needed for the stated functionality.<sup id="cite_ref-4" class="reference"><a href="#cite_note-4"><span class="cite-bracket">[</span>4<span class="cite-bracket">]</span></a></sup> According to a 2024 study conducted by <a href="NordVPN" title="NordVPN">NordVPN</a>, 58% of mobile apps request access to sensitive data such as location and storage, while 55% of these apps request permissions primarily for advertising purposes.<sup id="cite_ref-5" class="reference"><a href="#cite_note-5"><span class="cite-bracket">[</span>5<span class="cite-bracket">]</span></a></sup> This trend highlights growing concerns about how mobile apps access personal information, often beyond what is necessary for the app’s core functionality.
</p><p>iOS imposes a similar requirement for permissions to be granted at runtime, with particular controls offered for enabling of Bluetooth, Wi-Fi, and location tracking.<sup id="cite_ref-6" class="reference"><a href="#cite_note-6"><span class="cite-bracket">[</span>6<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-7" class="reference"><a href="#cite_note-7"><span class="cite-bracket">[</span>7<span class="cite-bracket">]</span></a></sup>
</p>
<div class="mw-heading mw-heading2"><h2 id="WebPermissions">WebPermissions</h2></div>
<p>WebPermissions is a permission system for <a href="Web_browsers" class="mw-redirect" title="Web browsers">web browsers</a>.<sup id="cite_ref-8" class="reference"><a href="#cite_note-8"><span class="cite-bracket">[</span>8<span class="cite-bracket">]</span></a></sup> When a <a href="Web_application" title="Web application">web application</a> needs some data behind permission, it must request it first. When it does it, a user sees a window asking him to make a choice. The choice is remembered, but can be cleared lately.
</p><p>Currently the following resources are controlled:
</p>
<ul><li>geolocation<sup id="cite_ref-9" class="reference"><a href="#cite_note-9"><span class="cite-bracket">[</span>9<span class="cite-bracket">]</span></a></sup></li>
<li>desktop notifications<sup id="cite_ref-10" class="reference"><a href="#cite_note-10"><span class="cite-bracket">[</span>10<span class="cite-bracket">]</span></a></sup></li>
<li>service workers<sup id="cite_ref-11" class="reference"><a href="#cite_note-11"><span class="cite-bracket">[</span>11<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-12" class="reference"><a href="#cite_note-12"><span class="cite-bracket">[</span>12<span class="cite-bracket">]</span></a></sup></li>
<li>sensors
<ul><li>audio capturing devices,<sup id="cite_ref-w3c.github.io_13-0" class="reference"><a href="#cite_note-w3c.github.io-13"><span class="cite-bracket">[</span>13<span class="cite-bracket">]</span></a></sup> like <a href="Sound_card" title="Sound card">sound cards</a>, and their model names and characteristics</li>
<li>video capturing devices,<sup id="cite_ref-w3c.github.io_13-1" class="reference"><a href="#cite_note-w3c.github.io-13"><span class="cite-bracket">[</span>13<span class="cite-bracket">]</span></a></sup> like <a href="Webcam" title="Webcam">cameras</a>, and their identifiers and characteristics</li></ul></li></ul>
<div class="mw-heading mw-heading2"><h2 id="Analysis">Analysis</h2></div>
<style data-mw-deduplicate="TemplateStyles:r1305433154">
/* start https://en.wikipedia.org/ */
.mw-parser-output .ambox{border:1px solid #a2a9b1;border-left:10px solid #36c;background-color:#fbfbfb;box-sizing:border-box}.mw-parser-output .ambox+link+.ambox,.mw-parser-output .ambox+link+style+.ambox,.mw-parser-output .ambox+link+link+.ambox,.mw-parser-output .ambox+.mw-empty-elt+link+.ambox,.mw-parser-output .ambox+.mw-empty-elt+link+style+.ambox,.mw-parser-output .ambox+.mw-empty-elt+link+link+.ambox{margin-top:-1px}html body.mediawiki .mw-parser-output .ambox.mbox-small-left{margin:4px 1em 4px 0;overflow:hidden;width:238px;border-collapse:collapse;font-size:88%;line-height:1.25em}.mw-parser-output .ambox-speedy{border-left:10px solid #b32424;background-color:#fee7e6}.mw-parser-output .ambox-delete{border-left:10px solid #b32424}.mw-parser-output .ambox-content{border-left:10px solid #f28500}.mw-parser-output .ambox-style{border-left:10px solid #fc3}.mw-parser-output .ambox-move{border-left:10px solid #9932cc}.mw-parser-output .ambox-protection{border-left:10px solid #a2a9b1}.mw-parser-output .ambox .mbox-text{border:none;padding:0.25em 0.5em;width:100%}.mw-parser-output .ambox .mbox-image{border:none;padding:2px 0 2px 0.5em;text-align:center}.mw-parser-output .ambox .mbox-imageright{border:none;padding:2px 0.5em 2px 0;text-align:center}.mw-parser-output .ambox .mbox-empty-cell{border:none;padding:0;width:1px}.mw-parser-output .ambox .mbox-image-div{width:52px}@media(min-width:720px){.mw-parser-output .ambox{margin:0 10%}}@media print{body.ns-0 .mw-parser-output .ambox{display:none!important}}
/* end https://en.wikipedia.org/ */
</style>
<p>The permission-based access control model assigns access privileges for certain data objects to application. This is a derivative of the discretionary access control model. The access permissions are usually granted in the context of a specific user on a specific device. Permissions are granted permanently with few automatic restrictions.
</p><p>In some cases permissions are implemented in 'all-or-nothing' approach: a user either has to grant all the required permissions to access the application or the user can not access the application. There is still a lack of transparency when the permission is used by a program or application to access the data protected by the permission access control mechanism. Even if a user can revoke a permission, the app can <a href="Blackmail" title="Blackmail">blackmail</a> a user by refusing to operate, for example by just <a href="Crash_(computing)" title="Crash (computing)">crashing</a> or asking user to grant the permission again in order to access the application.
</p><p>The permission mechanism has been widely criticized by researchers for several reasons, including;
</p>
<ul><li>Intransparency of personal data extraction and surveillance, including the creation of a false sense of security;<sup id="cite_ref-14" class="reference"><a href="#cite_note-14"><span class="cite-bracket">[</span>14<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-15" class="reference"><a href="#cite_note-15"><span class="cite-bracket">[</span>15<span class="cite-bracket">]</span></a></sup></li>
<li>End-user fatigue of micro-managing access permissions leading to a fatalistic acceptance of surveillance and intransparency;<sup id="cite_ref-16" class="reference"><a href="#cite_note-16"><span class="cite-bracket">[</span>16<span class="cite-bracket">]</span></a></sup></li>
<li>Massive data extraction and personal <a href="Surveillance" title="Surveillance">surveillance</a> carried out once the permissions are granted.<sup id="cite_ref-17" class="reference"><a href="#cite_note-17"><span class="cite-bracket">[</span>17<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-18" class="reference"><a href="#cite_note-18"><span class="cite-bracket">[</span>18<span class="cite-bracket">]</span></a></sup></li></ul>
<p>Some apps, such as XPrivacy and Mockdroid<sup id="cite_ref-19" class="reference"><a href="#cite_note-19"><span class="cite-bracket">[</span>19<span class="cite-bracket">]</span></a></sup> <a href="Forgery" title="Forgery">spoof</a> data in order to act as a measure for privacy. Further transparency methods include longitudinal behavioural profiling and multiple-source privacy analysis of app data access.<sup id="cite_ref-20" class="reference"><a href="#cite_note-20"><span class="cite-bracket">[</span>20<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-21" class="reference"><a href="#cite_note-21"><span class="cite-bracket">[</span>21<span class="cite-bracket">]</span></a></sup>
</p>
<div class="mw-heading mw-heading2"><h2 id="References">References</h2></div>
<style data-mw-deduplicate="TemplateStyles:r1239543626">
/* start https://en.wikipedia.org/ */
.mw-parser-output .reflist{margin-bottom:0.5em;list-style-type:decimal}@media screen{.mw-parser-output .reflist{font-size:90%}}.mw-parser-output .reflist .references{font-size:100%;margin-bottom:0;list-style-type:inherit}.mw-parser-output .reflist-columns-2{column-width:30em}.mw-parser-output .reflist-columns-3{column-width:25em}.mw-parser-output .reflist-columns{margin-top:0.3em}.mw-parser-output .reflist-columns ol{margin-top:0}.mw-parser-output .reflist-columns li{page-break-inside:avoid;break-inside:avoid-column}.mw-parser-output .reflist-upper-alpha{list-style-type:upper-alpha}.mw-parser-output .reflist-upper-roman{list-style-type:upper-roman}.mw-parser-output .reflist-lower-alpha{list-style-type:lower-alpha}.mw-parser-output .reflist-lower-greek{list-style-type:lower-greek}.mw-parser-output .reflist-lower-roman{list-style-type:lower-roman}
/* end https://en.wikipedia.org/ */
</style><div class="reflist">
<div class="mw-references-wrap mw-references-columns"><ol class="references">
<li id="cite_note-1"><span class="mw-cite-backlink"><b><a href="#cite_ref-1">^</a></b></span> <span class="reference-text"><style data-mw-deduplicate="TemplateStyles:r1238218222">
/* start https://en.wikipedia.org/ */
.mw-parser-output cite.citation{font-style:inherit;word-wrap:break-word}.mw-parser-output .citation q{quotes:"\"""\"""'""'"}.mw-parser-output .citation:target{background-color:rgba(0,127,255,0.133)}.mw-parser-output .id-lock-free.id-lock-free a{background:url("./mw/Lock-green.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-limited.id-lock-limited a,.mw-parser-output .id-lock-registration.id-lock-registration a{background:url("./mw/Lock-gray-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-subscription.id-lock-subscription a{background:url("./mw/Lock-red-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .cs1-ws-icon a{background:url("./mw/Wikisource-logo.svg")right 0.1em center/12px no-repeat}body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-free a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-limited a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-registration a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-subscription a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .cs1-ws-icon a{background-size:contain;padding:0 1em 0 0}.mw-parser-output .cs1-code{color:inherit;background:inherit;border:none;padding:inherit}.mw-parser-output .cs1-hidden-error{display:none;color:var(--color-error,#d33)}.mw-parser-output .cs1-visible-error{color:var(--color-error,#d33)}.mw-parser-output .cs1-maint{display:none;color:#085;margin-left:0.3em}.mw-parser-output .cs1-kern-left{padding-left:0.2em}.mw-parser-output .cs1-kern-right{padding-right:0.2em}.mw-parser-output .citation .mw-selflink{font-weight:inherit}@media screen{.mw-parser-output .cs1-format{font-size:95%}html.skin-theme-clientpref-night .mw-parser-output .cs1-maint{color:#18911f}}@media screen and (prefers-color-scheme:dark){html.skin-theme-clientpref-os .mw-parser-output .cs1-maint{color:#18911f}}
/* end https://en.wikipedia.org/ */
</style><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://developer.android.com/reference/android/Manifest.permission.html">"Manifest.permission - Android Developers"</a>. <i>developer.android.com</i>.</cite></span>
</li>
<li id="cite_note-2"><span class="mw-cite-backlink"><b><a href="#cite_ref-2">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.apple.com/business/docs/iOS_Security_Guide.pdf">"iOS Security Guide"</a> <span class="cs1-format">(PDF)</span>.</cite></span>
</li>
<li id="cite_note-3"><span class="mw-cite-backlink"><b><a href="#cite_ref-3">^</a></b></span> <span class="reference-text"><cite id="CITEREFCimpanu" class="citation web cs1">Cimpanu, Catalin. <a rel="nofollow" class="external text" href="https://www.zdnet.com/article/permission-greedy-apps-delayed-android-6-upgrade-so-they-could-harvest-more-user-data/">"Permission-greedy apps delayed Android 6 upgrade so they could harvest more user data"</a>. <i>ZDNet</i><span class="reference-accessdate">. Retrieved <span class="nowrap">2020-01-10</span></span>.</cite></span>
</li>
<li id="cite_note-4"><span class="mw-cite-backlink"><b><a href="#cite_ref-4">^</a></b></span> <span class="reference-text"><cite id="CITEREFCimpanu" class="citation web cs1">Cimpanu, Catalin. <a rel="nofollow" class="external text" href="https://www.zdnet.com/article/most-android-flashlight-apps-request-an-absurd-number-of-permissions/">"Most Android flashlight apps request an absurd number of permissions"</a>. <i>ZDNet</i><span class="reference-accessdate">. Retrieved <span class="nowrap">2020-01-10</span></span>.</cite></span>
</li>
<li id="cite_note-5"><span class="mw-cite-backlink"><b><a href="#cite_ref-5">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://nordvpn.com/research-lab/mobile-app-research/">"Mobile privacy: What do your apps want to know? | NordVPN"</a>. <i>nordvpn.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">2024-09-17</span></span>.</cite></span>
</li>
<li id="cite_note-6"><span class="mw-cite-backlink"><b><a href="#cite_ref-6">^</a></b></span> <span class="reference-text"><cite id="CITEREFCipriani" class="citation web cs1">Cipriani, Jason. <a rel="nofollow" class="external text" href="https://www.cnet.com/how-to/keep-your-location-secret-with-ios-13s-new-privacy-features/">"Keep your location secret with iOS 13's new privacy features"</a>. <i><a href="CNET" title="CNET">CNET</a></i><span class="reference-accessdate">. Retrieved <span class="nowrap">2019-08-08</span></span>.</cite></span>
</li>
<li id="cite_note-7"><span class="mw-cite-backlink"><b><a href="#cite_ref-7">^</a></b></span> <span class="reference-text"><cite id="CITEREFWelch2019" class="citation web cs1">Welch, Chris (2019-09-19). <a rel="nofollow" class="external text" href="https://www.theverge.com/2019/9/19/20867286/ios-13-bluetooth-permission-privacy-feature-apps">"Here's why so many apps are asking to use Bluetooth on iOS 13"</a>. <i><a href="The_Verge" title="The Verge">The Verge</a></i><span class="reference-accessdate">. Retrieved <span class="nowrap">2019-09-26</span></span>.</cite></span>
</li>
<li id="cite_note-8"><span class="mw-cite-backlink"><b><a href="#cite_ref-8">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://w3c.github.io/permissions/">"Permissions"</a>. <i>w3c.github.io</i><span class="reference-accessdate">. Retrieved <span class="nowrap">2019-05-10</span></span>.</cite></span>
</li>
<li id="cite_note-9"><span class="mw-cite-backlink"><b><a href="#cite_ref-9">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.w3.org/TR/geolocation-API/">"Geolocation API Specification 2nd Edition"</a>. <i>www.w3.org</i>.</cite></span>
</li>
<li id="cite_note-10"><span class="mw-cite-backlink"><b><a href="#cite_ref-10">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://notifications.spec.whatwg.org/">"Notifications API Standard"</a>. <i>notifications.spec.whatwg.org</i>.</cite></span>
</li>
<li id="cite_note-11"><span class="mw-cite-backlink"><b><a href="#cite_ref-11">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.w3.org/TR/push-api/">"Push API"</a>. <i>www.w3.org</i>.</cite></span>
</li>
<li id="cite_note-12"><span class="mw-cite-backlink"><b><a href="#cite_ref-12">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://wicg.github.io/BackgroundSync/spec/">"Web Background Synchronization"</a>. <i>wicg.github.io</i>.</cite></span>
</li>
<li id="cite_note-w3c.github.io-13"><span class="mw-cite-backlink">^ <a href="#cite_ref-w3c.github.io_13-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-w3c.github.io_13-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://w3c.github.io/mediacapture-main/">"Media Capture and Streams"</a>. <i>w3c.github.io</i>.</cite></span>
</li>
<li id="cite_note-14"><span class="mw-cite-backlink"><b><a href="#cite_ref-14">^</a></b></span> <span class="reference-text">Moen, Gro Mette, Ailo Krogh Ravna, and Finn Myrstad: Deceived by Design - How tech companies use dark patterns to discourage us from exercising our rights to privacy., 2018, Consumer council of Norway / Forbrukerrådet. Report. <a rel="nofollow" class="external free" href="https://www.forbrukerradet.no/undersokelse/no-undersokelsekategori/deceived-by-design">https://www.forbrukerradet.no/undersokelse/no-undersokelsekategori/deceived-by-design</a> <a rel="nofollow" class="external text" href="https://web.archive.org/web/20201011180604/https://www.forbrukerradet.no/undersokelse/no-undersokelsekategori/deceived-by-design">Archived</a> 2020-10-11 at the <a href="Wayback_Machine" title="Wayback Machine">Wayback Machine</a></span>
</li>
<li id="cite_note-15"><span class="mw-cite-backlink"><b><a href="#cite_ref-15">^</a></b></span> <span class="reference-text"><cite id="CITEREFFritschMomen2017" class="citation journal cs1">Fritsch, Lothar; Momen, Nurul (2017). <a rel="nofollow" class="external text" href="http://urn.kb.se/resolve?urn=urn:nbn:se:kau:diva-63724">"Derived Partial Identities Generated from App Permissions"</a>. Gesellschaft für Informatik: <span class="nowrap">117–</span>130.</cite> <span class="cs1-visible-error citation-comment"><code class="cs1-code">{{cite journal}}</code>: </span><span class="cs1-visible-error citation-comment">Cite journal requires <code class="cs1-code">|journal=</code> (help)</span></span>
</li>
<li id="cite_note-16"><span class="mw-cite-backlink"><b><a href="#cite_ref-16">^</a></b></span> <span class="reference-text"><cite id="CITEREFKelleyConsolvoCranorJung2012" class="citation book cs1">Kelley, Patrick Gage; <a href="Sunny_Consolvo" title="Sunny Consolvo">Consolvo, Sunny</a>; Cranor, Lorrie Faith; Jung, Jaeyeon; Sadeh, Norman; Wetherall, David (2012). "A Conundrum of Permissions: Installing Applications on an Android Smartphone". In Blyth, Jim; Dietrich, Sven; Camp, L. Jean (eds.). <i>Financial Cryptography and Data Security</i>. Lecture Notes in Computer Science. Vol. 7398. Springer Berlin Heidelberg. pp. <span class="nowrap">68–</span>79. <a href="CiteSeerX_(identifier)" class="mw-redirect" title="CiteSeerX (identifier)">CiteSeerX</a> <span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.232.4261">10.1.1.232.4261</a></span>. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1007%2F978-3-642-34638-5_6">10.1007/978-3-642-34638-5_6</a>. <a href="ISBN_(identifier)" class="mw-redirect" title="ISBN (identifier)">ISBN</a> <bdi>978-3-642-34638-5</bdi>. <a href="S2CID_(identifier)" class="mw-redirect" title="S2CID (identifier)">S2CID</a> <a rel="nofollow" class="external text" href="https://api.semanticscholar.org/CorpusID:17861847">17861847</a>.</cite></span>
</li>
<li id="cite_note-17"><span class="mw-cite-backlink"><b><a href="#cite_ref-17">^</a></b></span> <span class="reference-text"><cite id="CITEREFMomenHatamianFritsch2019" class="citation journal cs1">Momen, N.; Hatamian, M.; Fritsch, L. (November 2019). <a rel="nofollow" class="external text" href="http://urn.kb.se/resolve?urn=urn:nbn:se:kau:diva-75508">"Did App Privacy Improve After the GDPR?"</a>. <i>IEEE Security & Privacy</i>. <b>17</b> (6): <span class="nowrap">10–</span>20. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1109%2FMSEC.2019.2938445">10.1109/MSEC.2019.2938445</a>. <a href="ISSN_(identifier)" class="mw-redirect" title="ISSN (identifier)">ISSN</a> <a rel="nofollow" class="external text" href="https://search.worldcat.org/issn/1558-4046">1558-4046</a>. <a href="S2CID_(identifier)" class="mw-redirect" title="S2CID (identifier)">S2CID</a> <a rel="nofollow" class="external text" href="https://api.semanticscholar.org/CorpusID:203699369">203699369</a>.</cite></span>
</li>
<li id="cite_note-18"><span class="mw-cite-backlink"><b><a href="#cite_ref-18">^</a></b></span> <span class="reference-text"><cite id="CITEREFMomen2020" class="citation journal cs1">Momen, Nurul (2020). <a rel="nofollow" class="external text" href="http://urn.kb.se/resolve?urn=urn:nbn:se:kau:diva-79308">"Measuring Apps' Privacy-Friendliness : Introducing transparency to apps' data access behavior"</a>.</cite> <span class="cs1-visible-error citation-comment"><code class="cs1-code">{{cite journal}}</code>: </span><span class="cs1-visible-error citation-comment">Cite journal requires <code class="cs1-code">|journal=</code> (help)</span></span>
</li>
<li id="cite_note-19"><span class="mw-cite-backlink"><b><a href="#cite_ref-19">^</a></b></span> <span class="reference-text"><cite id="CITEREFBeresfordRiceSkehinSohan2011" class="citation book cs1">Beresford, Alastair R.; Rice, Andrew; Skehin, Nicholas; Sohan, Ripduman (2011). "MockDroid". <i>Proceedings of the 12th Workshop on Mobile Computing Systems and Applications</i>. New York, New York, USA: ACM Press. pp. <span class="nowrap">49–</span>54. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1145%2F2184489.2184500">10.1145/2184489.2184500</a>. <a href="ISBN_(identifier)" class="mw-redirect" title="ISBN (identifier)">ISBN</a> <bdi>978-1-4503-0649-2</bdi>. <a href="S2CID_(identifier)" class="mw-redirect" title="S2CID (identifier)">S2CID</a> <a rel="nofollow" class="external text" href="https://api.semanticscholar.org/CorpusID:2166732">2166732</a>.</cite></span>
</li>
<li id="cite_note-20"><span class="mw-cite-backlink"><b><a href="#cite_ref-20">^</a></b></span> <span class="reference-text"><cite id="CITEREFMomen2018" class="citation journal cs1">Momen, Nurul (2018). <a rel="nofollow" class="external text" href="http://urn.kb.se/resolve?urn=urn:nbn:se:kau:diva-68569">"Towards Measuring Apps' Privacy-Friendliness"</a>. <i>Diva</i>.</cite></span>
</li>
<li id="cite_note-21"><span class="mw-cite-backlink"><b><a href="#cite_ref-21">^</a></b></span> <span class="reference-text"><cite id="CITEREFHatamianMomenFritschRannenberg2019" class="citation book cs1">Hatamian, Majid; Momen, Nurul; Fritsch, Lothar; Rannenberg, Kai (2019). <a rel="nofollow" class="external text" href="https://zenodo.org/record/3248889">"A Multilateral Privacy Impact Analysis Method for Android Apps"</a>. In Naldi, Maurizio; Italiano, Giuseppe F.; Rannenberg, Kai; Medina, Manel; Bourka, Athena (eds.). <i>Privacy Technologies and Policy</i>. Lecture Notes in Computer Science. Vol. 11498. Springer International Publishing. pp. <span class="nowrap">87–</span>106. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1007%2F978-3-030-21752-5_7">10.1007/978-3-030-21752-5_7</a>. <a href="ISBN_(identifier)" class="mw-redirect" title="ISBN (identifier)">ISBN</a> <bdi>978-3-030-21752-5</bdi>. <a href="S2CID_(identifier)" class="mw-redirect" title="S2CID (identifier)">S2CID</a> <a rel="nofollow" class="external text" href="https://api.semanticscholar.org/CorpusID:184483219">184483219</a>.</cite></span>
</li>
</ol></div></div></div><!--htdig_noindex--><div><div class="zim-footer">
This article is issued from <a class="external text" title="Last edited on 2025-07-25" href="https://en.wikipedia.org/wiki/?title=Application_permissions&oldid=1302499672">Wikipedia</a>. The text is available under <a class="external text" href="https://creativecommons.org/licenses/by-sa/4.0/deed.en">Creative Commons Attribution-Share Alike 4.0</a> unless otherwise noted. Additional terms may apply for the media files.
</div>
</div><!--/htdig_noindex--></div>
</div>
</main>
</div>
</div>
</div>
</body></html>